home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / text / hyper / HTML_MapMaker.readme < prev    next >
Text File  |  1997-08-21  |  3KB  |  58 lines

  1. Short:    1.03 Update Create Client Side Image Maps
  2. Author:   Vex /Shoah (Vex_@HOTMAIL.COM)
  3. Uploader: Vex_@HOTMAIL.COM
  4. Version:  1.03
  5. Type:     text/hyper
  6.  
  7. This is a minor update.  It fixs a small window bug, the program now opens a
  8. correct size window no matter what font is used for the title bar.  Plus the
  9. save  routine  now  includes  the  width and height attributes for the image
  10. element.
  11.  
  12. ------- Original ReadMe follows --------------------------------------------
  13.  
  14. This  program  is designed to generate HTML code for client-side image maps.
  15. Have  you  seen  Web  Pages that contain pictures that allow you to click on
  16. different areas to go to different links?  Well, these pages are using image
  17. maps,  some maps are server side and some are client side.  Client side maps
  18. are created using code that looks something link this...
  19.  
  20.  
  21.     <MAP NAME="ImgMap">
  22.     <AREA SHAPE="RECT" COORDS="0,0 100,24" HREF="page1.html">
  23.     <AREA SHAPE="RECT" COORDS="100,0 200,24" HREF="page2.htm">
  24.     <AREA SHAPE="RECT" COORDS="0,25 100,50" HREF="page3.htm">
  25.     <AREA SHAPE="RECT" COORDS="100,25 200,50" HREF="page4.htm">
  26.     </MAP>
  27.  
  28.     <IMG SRC="picture.gif" USEMAP="#ImgMap" BORDER=0>
  29.  
  30. All  this  code  tells  the  browser  which  sections  point  to what links.
  31. Creating  this  code can be a lot of hassles, especially if you've got a lot
  32. of links and you want the zones to be pixel perfect.
  33.  
  34. This  is  where  the  'HTML MapMaker' comes in!  It allows you to load in an
  35. image,  and then select the areas that you want set up as hotzones and where
  36. you want them to point to.  Then the program will generate the actually code
  37. for you.
  38.  
  39.  
  40. This is only an early version of the program, and there are some limitations
  41. to what it's capable of doing. Check the guide for details.
  42.  
  43. ============================= Archive contents =============================
  44.  
  45. Listing of archive 'HTML_MapMaker.Lha':
  46. Original  Packed Ratio    Date     Time    Name
  47. -------- ------- ----- --------- --------  -------------
  48.    70552   33473 52.5% 19-Aug-97 00:53:54  HTML_MapMaker/HTML_MapMaker
  49.    25680    7371 71.2% 19-Aug-97 00:48:38  HTML_MapMaker/HTML_MapMaker.Guide
  50.     1722    1252 27.2% 19-Aug-97 00:51:10  HTML_MapMaker/HTML_MapMaker.Guide.info
  51.     1610    1290 19.8% 19-Aug-97 00:51:10  HTML_MapMaker/HTML_MapMaker.info
  52.    28091    9257 67.0% 19-Aug-97 00:36:00  HTML_MapMaker/SHOAH.Guide
  53.     1068     677 36.6% 19-Aug-97 00:51:10  HTML_MapMaker/SHOAH.Guide.info
  54.      461     243 47.2% 19-Aug-97 00:51:10  HTML_MapMaker.info
  55.    23208   22993  0.9% 23-Jul-97 06:39:30  LogicallyEntwined.exe
  56. -------- ------- ----- --------- --------
  57.   152392   76556 49.7% 19-Aug-97 00:55:36   8 files
  58.